home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Compilers⁄Interps
/
Harvest C
/
Application
/
Examples
/
Harvest MiniEdit
/
mini.windows.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-04-25
|
290 b
|
14 lines
|
[
TEXT/KAHL
]
/*****
* mini.windows.h
*
* Public interfaces for mini.windows.c
*
*****/
int SetUpWindows(void);
int MyGrowWindow(WindowPtr w, Point p);
int DoContent(WindowPtr theWindow, EventRecord *theEvent);
int ShowSelect(void);
int UpdateWindow (WindowPtr theWindow);
int CloseMyWindow(void);